spl: Add option to enable SPL Legacy image support
authorAndrew F. Davis <[email protected]>
Thu, 16 Feb 2017 17:18:39 +0000 (11:18 -0600)
committerTom Rini <[email protected]>
Sat, 18 Mar 2017 18:28:51 +0000 (14:28 -0400)
commit722a6b1741bacd4ba36fb89906dbb8bf696d70a7
tree3c1a1707b3ab4bccde4c549a1acd712ce0b42395
parent24eb39b575d5b077de92a8d7e7947a955adf5679
spl: Add option to enable SPL Legacy image support

Add a Kconfig option that enables Legacy image support, this allows
boards to explicitly disable this, for instance when needed for
security reasons.

Signed-off-by: Andrew F. Davis <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
[trini: Move to common/spl/Kconfig]
Signed-off-by: Tom Rini <[email protected]>
common/spl/Kconfig
common/spl/spl.c